home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / chip-cd_2005_03d.zip / 03d / Multimedia / AutoGK 1.60 / AutoGordianKnot.1.60.Setup.exe / hidden_options.txt < prev    next >
Text File  |  2004-09-18  |  4KB  |  106 lines

  1. The following files should be created in the source directory (i.e. where you have put the vobs/mpegs you are going to encode).
  2. If you are using Windows in order to create a file made of just an extension look at the end of this file.
  3.  
  4. 1) Force encoding sound in mono mp3 (note, bitrate automatically divided by two in this mode)
  5. .mono
  6.  
  7. ===============================================================================
  8. 2) Force cartoon mode for XviD 1.0
  9. .cartoon
  10.  
  11. ===============================================================================
  12. 3) Force normal IVTC when source was detected as hybrid
  13. .ivtc
  14.  
  15. ===============================================================================
  16. 4) Force deinterlacing when source was detected as hybrid
  17. .deint
  18.  
  19. ===============================================================================
  20. 5) Encode Credits with different settings (only XviD 1.x)
  21. .credits
  22.  
  23. inside .credits file write starting frame
  24. quality percentage (20-100)
  25. greyscale (TRUE,FALSE - in capital letters)
  26. e.g.
  27.  
  28. 12304
  29. 20
  30. FALSE
  31. ===============================================================================
  32. 6) Tune auto crop parameters
  33. .autocrop
  34.  
  35. First line is a threshold 1-255 (AutoGK uses 34 by default). The less number is the more cropping will be done.
  36. Second line is number of frames to examine (AutoGK uses 10 by default)
  37. Third line (optional) is starting frame for autocrop operation (useful if beginning logo or into has different AR)
  38. e.g.
  39.  
  40. 20
  41. 5
  42. 1000
  43. ===============================================================================
  44. 7) Specify audio and video PIDs for transport streams
  45. .tstream
  46.  
  47. first line specifies video PID
  48. second line audio PID
  49. third line (optional) second audio PID
  50.  
  51. 11
  52. 14
  53. 15
  54.  
  55. Note those are hexadecimal numbers without leading "0x". 
  56. For the second audio option to work any audio stream should be selected as second stream in the GUI
  57. ===============================================================================
  58. 8) Tune KernelDeInt filter threshold. This file has to be in AutoGK home dir unlike all others!
  59. .kerneldeint
  60.  
  61. Just one line with a number 1-255 (default 10) e.g.
  62.  
  63. 5
  64. ===============================================================================
  65. 9) for ITU resize method (same option as in full Gordian Knot). This file has to be in AutoGK home dir unlike all others!
  66. .itu
  67.  
  68. ===============================================================================
  69. 10) force sharp MPEG matrix for XviD to be used irrespectively of comp test result
  70. .sharpmatrix
  71.  
  72. ===============================================================================
  73. 11) same as for transport streams this option allows to set an audio id in file mode when stream info file is not processed
  74. .audio_id
  75.  
  76. Just one line with a number (80-89) omitting leading 0x:
  77.  
  78. 81
  79. ===============================================================================
  80. 12) display VCF scripts for VDubMod in the logs. This file has to be in AutoGK home dir unlike all others!
  81. .debug
  82.  
  83. ===============================================================================
  84. 13) reduce FPS for 60/50fps HDTV progressive sources using FDecimate filter. Analysis step will not be run if this option is used.
  85. .fps
  86.  
  87. First line is framerate: 25000 or 23976 or 29970
  88. Second line (optional) is threshold for duplicate detection: 10-25 (default 10).
  89. For more into have a look at filters/Docs/FDecimateHelp.html (note threshold is divided by 10 when supplied to FDecimate)
  90.  
  91. 29970
  92. 10
  93. ===============================================================================
  94. 14) Resizes and places burnt-in subs properly in resulting AVI, so no more squashed subs or subs that a too high.
  95. Works only for burnt-in subs and only for bottom subs (sometimes you have subs in the upper part of the picture, those ones will be displayed incorrectly if this option is used)
  96.  
  97. .adjustsubs
  98.  
  99. ===============================================================================
  100. P.S. 
  101.  How to create an extension only file in windows.
  102.  - Open Notepad
  103.  - File -> Save As
  104.  - type ".mono" for instance INCLUDING DOUBLE QUOTES
  105.  - OK
  106.